Flexible hose with 90° elbow 709 1/2, FF 150

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose with 90° elbow 709 1/2, FF 150:
6.14€/pc.
Ex Tax: 4.96€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-4394517MASP
EAN Code: 4750667091595
Qty
Tags:

90° elbow flexible hose — model 709, 1/2" FF 150

A flexible hose with a 90° elbow designed to connect 1/2" plumbing fittings; suitable where a compact angled connection is needed. Check SityPro for buy options and price; see features and benefits below and application notes for proper use.

Key Benefits


    Allows compact 90° connections to save installation space
  • Flexible design simplifies alignment between fittings
  • Compatible with 1/2" connection standards as stated in the product name
  • FF designation simplifies matching female-to-female connections
  • Identified by model 709 for easy ordering and reference

Applications

Used where an angled flexible connection is required; suitable for residential and commercial plumbing installations.


    Connecting sinks and faucets to supply lines in tight spaces
  • Linking fixtures where a 90° turn prevents kinking
  • Installing appliances with rear-facing inlets close to walls
  • Replacing or upgrading existing 1/2" flexible connections

What to Consider When Choosing


    Confirm the 1/2" connection size matches your fittings
  1. Verify the FF 150 designation fits the required connector type
  2. Ensure the 90° elbow orientation suits the installation space
  3. Check model 709 compatibility with existing parts or replacement needs
  4. Assess whether a flexible 90° solution is the best option for the application

Specifications


    Product type: Flexible hose with 90° elbow
  • Model: 709
  • Connection size: 1/2"
  • Designation: FF 150 (female-to-female as indicated)

Why Buy from SityPro


    Clear price information and simple online buy process on SityPro
  • Convenient ordering and secure payment options
  • Fast delivery options to Estonia
  • Delivery available to Finland for cross-border customers
  • Customer support to help with product selection and application

Description provided by sitypro.com

Flexible hose with 90° elbow 709 1/2, FF 150
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка с уголком 90^ 709 1/2, FF 150

What is the Flexible hose with 90° elbow 709 1/2, FF 150 and what is it used for?

Flexible hose with 90° elbow 709 1/2, FF 150 is model 709 with a 90° elbow and 1/2" threaded connection, marked FF 150; used to make compact angled water connections in plumbing where space is limited and installation alignment is required.

Which plumbing fixtures is model 709 1/2 FF 150 compatible with?

Model 709 is compatible with fixtures that have a 1/2" thread: faucets, sinks, basins, bidets and can be used for washing machines and dishwashers provided the thread matches 1/2".

What thread type does hose 709 have and what does FF 150 mean?

Hose 709 has a 1/2" thread, matching common plumbing standards. FF 150 indicates a female-to-female configuration and helps quickly identify the product and compatibility.

Is this flexible hose suitable for installation in tight cupboard spaces under a sink?

Yes — the 90° elbow design and compact model 709 are intended for limited spaces, making installation in under-sink cupboards and behind fixtures easier.

How do I choose between a straight and a 90° angled flexible hose for a tap?

Choose the 90° hose (model 709) when space is limited or you need to change direction by 90°. Use a straight hose when there is enough space and a direct connection is possible.

Can model 709 1/2 FF 150 be used to connect a washing machine?

Yes, provided the washing machine inlet has a 1/2" thread and an angled connection is required; model 709 offers compatibility and compact installation.

What material is the flexible hose made of and how does that affect lifespan?

The listing states a flexible construction for model 709 but does not specify the material (e.g., stainless steel or PVC). Material choice affects corrosion resistance and durability, so confirm the material with the seller for lifespan expectations.

What is the model and SKU of this product and why confirm them before buying?

Model is 709 and SKU is MA1061284SP, manufacturer MAGMA; confirming these ensures compatibility, helps match the FF 150 marking and locate exact replacement parts or specs.

Do I need special tools to install flexible hose 709 1/2, FF 150?

No special tools are usually required; standard plumbing tools such as a spanner for 1/2" fittings and PTFE tape/sealant if needed are sufficient. No uncommon tools are necessary for model 709.

How can I check the hose fits before buying?

Confirm your fixture or outlet has a 1/2" thread and that a 90° turn is required. Match model 709 and FF 150 marking to ensure female-to-female compatibility with your connection.

How does model 709 differ from other flexible hoses in the 'Hoses' category?

Model 709 features a 90° elbow, FF 150 marking and 1/2" thread compatibility, making it better suited for tight-space installations compared with standard straight hoses.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');